home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November
/
PCWK1103B.iso
/
CINEBENCH 2003
/
resource
/
res
/
description
/
Dmatrix.h
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
152b
|
12 lines
#ifndef _Dmatrix_H_
#define _Dmatrix_H_
enum
{
MATRIX_OFF = 1000,
MATRIX_V1 = 1001,
MATRIX_V2 = 1002,
MATRIX_V3 = 1003
};
#endif